From 870461475a74c9dfb8835ed503702566203e8e2a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 13:28:52 -0500 Subject: [PATCH] switch: Add a diagram to CSS node documentation --- gtk/gtkswitch.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index f747d742b0..764820924d 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -38,6 +38,11 @@ * * # CSS nodes * + * |[ + * switch + * ╰── slider + * ]| + * * GtkSwitch has two css nodes, the main node with the name switch and a subnode * named slider. Neither of them is using any style classes. */ -- 2.30.2